Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 543 Bytes

3.13.3 - 支持协程的回调方法列表.md

File metadata and controls

35 lines (27 loc) · 543 Bytes

支持协程的回调方法列表

目前Swoole2仅有部分事件回调函数底层自动创建了协程,可以调用协程客户端。本节列出了支持协程客户端的回调列表以及实现的版本号。

在不支持协程的位置可以使用goCo::create创建协程

v2.0.5

  • onConnect
  • onReceive
  • onPacket
  • onRequest
  • onHandShake

v2.0.6

  • onMessage

v2.0.7

  • onOpen
  • Redis\Server->handler

v2.0.9

  • tick/after 定时器

v2.0.10

  • onPipeMessage

v2.0.13

  • onWorkerStart
  • onClose